.menu li {
    margin: 4.5%;
}

.style img {
    margin: 0rem 0;
    height: 5rem;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.style {
    /*position: fixed; warum lässt er mich hier keinen margin bottom 
    einfügen um den Abstand zu meinem Inhalt zu vergrößern wenn ich 
    auf position:fixed gehe?*/
    display: flex;
    flex-direction: row;
    margin-bottom: 5%;
    font-family: 'Roboto';
    height: 2.5rem;
    width: 100%;
    background-color: rgb(85, 85, 85);
    padding-left: 0rem;
    z-index: 1;

}

.gallery {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    height: 10rem;
    /*höhe der Gallery auf dem Homescreen*/
}

.gallery button {
    visibility: visible;
    opacity: 1;
}

.project1 {
    max-width: 60%;
    font-family: 'Roboto', sans-serif;
    padding-top: 30%;
    padding-left: 0;
}

.rectangle {
    height: 20vh;
}

.project1 .title {
    max-width: 100%;
    flex-direction: column-reverse;
    margin-top: 9vh;
}

.project1 .more {
    visibility: hidden;
}

.project1 .title p {
    margin-top: 45vw;
    width: 100%;
}

.project1 a {
    display: flex;


}

.project1 img {
    position: absolute;
    display: flex;
    width: 50vw;
    height: auto;
    margin-top: -50vh;
}

.head1 img {
    position: absolute;
    display: flex;
    width: 50vw;
    height: auto;
    margin-top: 1vh;
}

.article {
    display: flex;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.17rem;
    padding-top: 3%;
    max-width: 100%;
    margin-top: 5vh;
    line-height: 1.5rem;
    font-size: 0.7rem;
    flex-direction: column;
}

.article p {
    margin: 1rem;
    max-width: 100%;
    padding-top: 10vh;
}

.article {
    display: flex;
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.17rem;
    padding-top: 3%;
    max-width: 100%;
    margin-top: 5vh;
    line-height: 1.5rem;
    font-size: 0.7rem;
    flex-direction: column;
}

.article p {
    margin: 1rem;
    max-width: 100%;
}

.impresum {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 0.17rem;
    padding-top: 30%;
}

.agb {
    font-family: 'Roboto', sans-serif;
    letter-spacing: 0.17rem;
    padding-top: 30%;
    max-width: 100%;
    margin: 1rem;
}

.blog {
    max-width: 100%;
}

.blog p {
    max-width: 100%;
}

.blog div {
    flex-direction: column;
    width: 100%;

}

.title_pic1 {
    display: block;
    align-items: center;
    position: relative;
    max-width: 100%;
    height: 15vh;
    margin-top: 35vh;
    margin-bottom: 5rem;
    margin: auto;
    object-fit: cover;
}

.title_pic2 {
    display: block;
    align-items: center;
    position: relative;
    max-width: 100%;
    height: 15vh;
    margin-top: 35vh;
    margin-bottom: 5rem;
    margin: auto;
    object-fit: cover;
}

.blog {
    padding-top: 30%;
}

.blog1 {
    max-width: 100%;
    margin-top: 20vh;
}

.blog1 a {
    max-width: 100%;
}


.blog1 div {
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.title {
    margin-left: 5vw;
}

.data div {
    margin: 0;
    padding: 0;
    width: 100%;
}

.blog2 p {
    max-width: 100%;
}

.blog2 {
    max-width: 100%;
    margin-top: 20vh;
}

.blog2 div {
    flex-direction: column;
    width: 100%;
    margin: auto;
}

.blog2 p {
    max-width: 100%;
}

.contact .map {
    font-family: 'Roboto', sans-serif;
    text-align: center;
    letter-spacing: 0.17rem;
    padding-top: 30%;
}

.contact h2 {
    font-size: 0.9rem;
    margin-bottom: 15%;
    max-width: 100%;
}

.contact img {
    width: 80%;
    height: auto;
    margin-bottom: 15%;
}

.about {
    padding-top: 30%;
    max-width: 100%;
    margin: 0rem;
}

.about div {
    flex-direction: column;
    max-width: 100%;
}

.menu a {
    margin-right: 0.1vw;
}

.menu {

    margin-left: 1%;
    padding-left: 1%;
}

.menu ul {
    padding-left: 0;
}

.big img {
    margin-top: 20vh;
    max-width: 100vw;
    max-height: auto;
}

.blog_article div {
    max-width: 100%;
    flex-direction: column;
    margin: 0 1rem;
    justify-content: center;
}

.blog_article {
    max-width: 100%;
    padding-inline: 0;
    padding-top: 30%;
}